Opc.Ua.Core
UInt16Collection Constructor(IEnumerable<UInt16>)



Opc.Ua Namespace > UInt16Collection Class > UInt16Collection Constructor : UInt16Collection Constructor(IEnumerable<UInt16>)
A Collection of System.UInt16 to pre-populate the collection with
Initializes the collection from another collection.
Syntax
'Declaration
 
Public Function New( _
   ByVal collection As IEnumerable(Of UShort) _
)
'Usage
 
Dim collection As IEnumerable(Of UShort)
 
Dim instance As New UInt16Collection(collection)
public UInt16Collection( 
   IEnumerable<ushort> collection
)
public:
UInt16Collection( 
   IEnumerable<ushort>^ collection
)

Parameters

collection
A Collection of System.UInt16 to pre-populate the collection with
Remarks
Initializes the collection from another collection.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UInt16Collection Class
UInt16Collection Members
Overload List